home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / 002.dir / 00198.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  349 b   |  19 lines

  1. on exitFrame
  2.   global anfintime, notanim, oldx, oldy
  3.   if the timer > (180 + anfintime) then
  4.     puppetSound(0)
  5.     go("main.2")
  6.     set notanim to 1
  7.     startTimer()
  8.   end if
  9.   if (the mouseH = oldx) and (the mouseV = oldy) then
  10.   else
  11.     set notanim to 1
  12.     startTimer()
  13.     puppetSound(0)
  14.     go("main.2")
  15.   end if
  16.   go(the frame)
  17.   pass()
  18. end
  19.